[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedObjectCollection-1

NamedObjectCollection<T> Class

Represents the strongly typed INamedObject object collection.

Inheritance
NamedObjectCollection<T>
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class NamedObjectCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : INamedObject
Public Class NamedObjectCollection(Of T As INamedObject)
    Inherits Collection(Of T)
    Implements IList(Of T), ICollection(Of T), IList, ICollection, IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable
Type Parameters
Name Description
T
Remarks

Provides methods and properties to search, and access to items using the Name property of the INamedObject object.

Constructors

Name Description
NamedObjectCollection()

Initializes a new instance of the NamedObjectCollection<T> class.

Properties

Name Description
this[string]

Gets or sets the element with the specified name.